home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / fpw_dk.zip / VPATCH.BAT < prev    next >
DOS Batch File  |  1994-09-12  |  517b  |  24 lines

  1. REM This program is used to verify the patches
  2.  
  3.     cls
  4.  
  5.     echo This segment of the FoxPro patch process has been completed.
  6.     echo The patch verification program will now be executed.  This
  7.     echo program will help you verify that the patch was properly
  8.     echo applied.  
  9.     echo.
  10.     echo You should see the the following message:
  11.     echo.
  12.     echo "All files are up to date"
  13.     echo.
  14.     echo If you do not see that message, the patch may not have
  15.     echo been applied properly.
  16.     echo.
  17.  
  18.     patch -v
  19.  
  20.     echo.
  21.     pause
  22.  
  23.  
  24.